home *** CD-ROM | disk | FTP | other *** search
/ The Original Shareware 1.1 / The Original Shareware (WeMake CDs)(Volume 1.1)(CDs, Inc)(1993).iso / 16 / jot_it3.zip / JOT-IT3.TXT < prev   
Text File  |  1988-09-18  |  12KB  |  331 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.                               Circle Software Company
  8.                                    P.O. Box 7954
  9.                                     Department C
  10.                              Clearwater, FL  34618-7954
  11.                                           
  12.             
  13.                  JOT_IT, a software scratch pad, is designed to provide
  14.             maximum utility at minimum cost.  Your contribution will
  15.             help me continue to provide quality products for MS-DOS
  16.             computers.  The following rate schedule lists several
  17.             options available to you.
  18.             
  19.             1.   Registration                                $10.00
  20.                  Includes product registration, notice of updates,
  21.                  and list of other quality software products.
  22.             
  23.             2.   JOT_IT Program                              $15.00
  24.                  Includes the above plus a disk with the JOT_IT
  25.                  program and documentation file.
  26.             
  27.             3.   Source Code                                 $35.00
  28.                  Includes all the above plus well-documented
  29.                  assembly language source code, including theory of
  30.                  operation and suggestions on how to modify or
  31.                  customize the program.
  32.             
  33.                  Your support will be greatly appreciated.
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.                                           1
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.                                 Program Description
  74.             
  75.                  JOT_IT is a memory resident scratch pad useful for
  76.             recording notes while running another program.  With command
  77.             line options, you can adjust the space available for jotting
  78.             down information, change the hot key used to activate the
  79.             program, and change the name of the file where your notes
  80.             are stored.  You can even load multiple copies of JOT_IT at
  81.             the same time.  But don't try to activate one on top of the
  82.             other.
  83.             
  84.                  The latest version includes a screen capture function
  85.             you can use to extract and save information from application
  86.             programs.  I have also changed the file format to be
  87.             compatible with word processors and text editors.  That is,
  88.             each line is no longer padded with spaces to the right of
  89.             the last character.  I have also fixed a problem with the
  90.             cursor when using the program with monochrome displays.
  91.             
  92.                  A possible alternative use for JOT_IT is as an on-line
  93.             help facility, activity reminder or schedule, or list of
  94.             frequently called telephone numbers.
  95.             
  96.                  JOT_IT will run on any PC-compatible computer equipped
  97.             with any of the popular video adaptor/monitor combinations
  98.             when they are operated in a text mode.  JOT_IT will not
  99.             activate when your computer is in the graphics mode.  It
  100.             requires about 6000 bytes of memory, including 4000 bytes to
  101.             store the previous screen contents, plus buffer space to
  102.             accommodate the number of note sheets you have chosen to
  103.             use.
  104.             
  105.             
  106.                                  Program Operation
  107.             
  108.                  JOT_IT's command syntax is as follows:
  109.             
  110.                  JOT_IT s hhhh filename
  111.             
  112.             where
  113.             
  114.                s is a one digit hex number (1 through F) representing
  115.                the number of note sheets you wish to use.  Each sheet
  116.                is one screen or 2000 characters.  The default is five
  117.                sheets.
  118.             
  119.                hhhh is a four digit hex number representing the hot
  120.                key code.  The default is CTRL-A.  You may use a value
  121.                from the table below if the default interferes with
  122.                another program.
  123.             
  124.                filename is the name of the text file where your notes
  125.                will be saved when you execute the save command (CTRL-
  126.                S).  The default name is \JOTS which creates a file
  127.  
  128.  
  129.  
  130.                                           2
  131.  
  132.  
  133.  
  134.  
  135.  
  136.  
  137.  
  138.  
  139.                named JOTS in the root directory.  You may enter a
  140.                path name along with the filename as long as the total
  141.                number of characters doesn't exceed 32.  For example,
  142.             
  143.                            \WORD\FILES\NOTES.TXT.
  144.             
  145.             
  146.                  If you are satisfied with the defaults, you may enter
  147.             simply JOT_IT without the command-line parameters.  However,
  148.             if you use any command-line parameters, they must be entered
  149.             in the order shown.  If you only wish to change the number
  150.             of sheets, you need only enter JOT_IT s.  If you want to
  151.             change the filename, it is necessary first to specify both
  152.             the number of sheets and the hot key code.
  153.             
  154.                  In any case, the command should be entered in your
  155.             autoexec.bat file so the program will be ready when you need
  156.             it.
  157.             
  158.                              Hot Key Control Code Table
  159.             
  160.             Alt-A     1E00      Alt-J     2400      Alt-S     1F00
  161.             Alt-B     3000      Alt-K     2500      Alt-T     1400
  162.             Alt-C     2E00      Alt-L     2600      Alt-U     1600
  163.             Alt-D     2000      Alt-M     3200      Alt-V     2F00
  164.             Alt-E     1200      Alt-N     3100      Alt-W     1100
  165.             Alt-F     2100      Alt-O     1800      Alt-X     2D00
  166.             Alt-G     2200      Alt-P     1900      Alt-Y     1500
  167.             Alt-H     2300      Alt-Q     1000      Alt-Z     2C00
  168.             Alt-I     1700      Alt-R     1300
  169.             
  170.             CTRL-A    1E01      CTRL-J    240A      Ctrl-S    1F13
  171.             CTRL-B    3002      CTRL-K    250B      Ctrl-T    1414
  172.             CTRL-C    2E03      CTRL-L    260C      Ctrl-U    1615
  173.             CTRL-D    2004      CTRL-M    320D      Ctrl-V    2F16
  174.             CTRL-E    1205      CTRL-N    310E      Ctrl-W    1117
  175.             CTRL-F    2106      CTRL-O    180F      Ctrl-X    2D18
  176.             CTRL-G    2207      CTRL-P    1910      Ctrl-Y    1519
  177.             CTRL-H    2308      CTRL-Q    1011      Ctrl-Z    2C1A
  178.             CTRL-I    1709      CTRL-R    1312
  179.             
  180.             
  181.             
  182.                                   Editing Commands
  183.             
  184.                  JOT_IT will be activated when you press CTRL-A, or
  185.             whatever hot key you have chosen.  JOT_IT interrupts the
  186.             program in progress, saves the screen contents, and displays
  187.             a completely blank screen or the first sheet from the JOTS
  188.             file, if it exists.  When you reactivate JOT_IT, it will
  189.             display the sheet you were last using.  Press Esc to return
  190.             to the interrupted program
  191.             
  192.  
  193.  
  194.  
  195.  
  196.                                           3
  197.  
  198.  
  199.  
  200.  
  201.  
  202.  
  203.  
  204.  
  205.                  The best way to learn the editing commands is to
  206.             experiment.  The arrow keys move the cursor as you might
  207.             expect.  When the cursor is on the top or bottom line of a
  208.             sheet, pressing the up or down arrow key will display the
  209.             previous sheet or the next sheet, respectively.  You can
  210.             also use the PgUp and PgDn keys to move to adjacent sheets.
  211.             The Home key moves the cursor to the upper left corner of
  212.             the sheet, and the End key moves it to the lower left
  213.             corner.  The Tab key moves the cursor in ten space
  214.             increments, but does not push the underlying text.
  215.             
  216.                  When you enter text, you can press Enter at the end of
  217.             each line or the text will word wrap when you type a space
  218.             character beyond column 70.  Text entered over existing text
  219.             will push the old to the right, but not down to the next
  220.             line.  Text pushed off the screen is lost.  The Delete key
  221.             will erase the character under the cursor, pulling the
  222.             remaining text to the left.  The Backspace key erases the
  223.             character to the left of the cursor, pulling the remaining
  224.             text to the left.
  225.             
  226.                  When you press the Enter key, any text to the right of
  227.             the cursor on the same line is erased.  This is a convenient
  228.             way to erase or replace one line.  CTRL-D erases the entire
  229.             sheet.  Be careful!  JOT_IT does not ask if you really want
  230.             to do it.
  231.             
  232.             
  233.                                   Other Functions
  234.             
  235.                  JOT_IT always looks in the root directory for JOTS (or
  236.             in the directory and for the filename you specify on the
  237.             command line) and will load it if found.  Otherwise, JOT_IT
  238.             will create an appropriately named file when you execute the
  239.             save command. The contents of the sheets will be saved when
  240.             you press CTRL-S.
  241.             
  242.                  If you reload JOT_IT and specify a different number of
  243.             sheets, the data in the original sheets (if saved) will be
  244.             retained.  When you reactivate JOT_IT, the original sheets
  245.             will appear as before and the new sheets will be blank.
  246.             
  247.                  Press CTRL-P to print the contents of the sheets.  The
  248.             sheets are printed 54 lines to the page with no break
  249.             between sheets.  If the printer is not on line, the program
  250.             will hang.
  251.             
  252.                  If you load multiple copies of JOT_IT, each should use
  253.             a different hot key and different filename.  Don't try to
  254.             activate one on top of another.
  255.             
  256.                  The capture function allows you to save the contents of
  257.             any text-based application screen to the current sheet.  If
  258.             saved, you can load the resulting file into a document for
  259.  
  260.  
  261.  
  262.                                           4
  263.  
  264.  
  265.  
  266.  
  267.  
  268.  
  269.  
  270.  
  271.             further processing.  You can save as many screens as you
  272.             have sheets.
  273.             
  274.                  When the screen you wish to capture is displayed,
  275.             activate JOT_IT, select the sheet you wish to use, then
  276.             press Ctrl-C.  The previous screen will reappear and replace
  277.             any text that might have been in the current sheet.  Note
  278.             that the attribute (color, underlining, etc.) of the
  279.             original screen is not captured.
  280.             
  281.                  I have tried to keep JOT_IT small to minimize RAM
  282.             usage.  Therefore, it has only minimal error handling
  283.             capability.  Be sure to enter the command line correctly.
  284.             JOT_IT will coexist with most other memory resident
  285.             programs, but do not activate another memory resident
  286.             program while JOT_IT is active.  That is, while the JOT_IT
  287.             sheet is displayed on the screen.
  288.             
  289.  
  290.  
  291.  
  292.  
  293.  
  294.  
  295.  
  296.  
  297.  
  298.  
  299.  
  300.  
  301.  
  302.  
  303.  
  304.  
  305.  
  306.  
  307.  
  308.  
  309.  
  310.  
  311.  
  312.  
  313.  
  314.  
  315.  
  316.  
  317.  
  318.  
  319.  
  320.  
  321.  
  322.  
  323.  
  324.  
  325.  
  326.  
  327.  
  328.                                           5
  329.  
  330.  
  331.